Skip navigation links
A B C D E F G H I L M N O P R S T U V W X Z 

M

main(String[]) - Static method in class unipi.bpm.elm.santeramo.starter.EventLogManagerStarter
Launches the Event Logs Manager application.
MainFrameKeyEventDispatcher() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.MainFrameKeyEventDispatcher
 
MainFrameWindowListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.MainFrameWindowListener
 
maxSize - Variable in class unipi.bpm.elm.santeramo.model.EventLogManagerModel.MostRecentElementList
The maximum size of the list.
menuArea - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
The JTabbedPane that contains all the tabs of the menu and their components.
MenuAreaButton - Class in unipi.bpm.elm.santeramo.view
This class extends JButton for defining a specific type of button for the menuArea.
MenuAreaButton(String, Icon, String, String) - Constructor for class unipi.bpm.elm.santeramo.view.MenuAreaButton
Creates a MenuAreaButton button with initial text and an icon, calling the constructor of the super class and then the method MenuAreaButton.buttonSettings(String, String) to set all the button details.
MenuAreaButtonActionListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.MenuAreaButtonActionListener
 
MenuAreaTabLayout - Class in unipi.bpm.elm.santeramo.view
This class extends FlowLayout to create a specific version of this layout for the menuArea tabs.
MenuAreaTabLayout(JPanel) - Constructor for class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
Constructor with the target JPanel container as parameter that calls the MenuAreaTabLayout.MenuAreaTabLayout(int, int, int, JPanel) constructor to create a layout with default parameters (align=LEFT, hgap=0, vgap=0) associated with the target container.
MenuAreaTabLayout(int, JPanel) - Constructor for class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
Constructor with alignment and the target JPanel container as parameters that calls the MenuAreaTabLayout.MenuAreaTabLayout(int, int, int, JPanel) constructor to create a layout with the specified alignment and default hgap and vgap (hgap=0, vgap=0) associated with the target container.
MenuAreaTabLayout(int, int, int, JPanel) - Constructor for class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
Constructor with alignment, horizontal gap, vertical gap and the target JPanel container as parameters that calls the super class constructor to create a layout with the specified information associated with the target container.
minTraceOccurrenceField - Variable in class unipi.bpm.elm.santeramo.view.FilterPanel
The JTextField that contains the value of the minimum number of trace occurrences.
minTraceOccurrences - Variable in class unipi.bpm.elm.santeramo.view.FootprintFilter
The minimum number of occurrences that a trace needs to have to be considered during the analysis.
modifyEditorStatus(DocumentEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.EventLogEditorDocumentListener
This method gets the EventLogEditor owner of the document and changes its status, to show to the user that the document has been modified and to notify the application of this change.
modifyJInternalFrameTitles(JInternalFrame, String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
Sets the title of the target internal frame as the newTitle passed as parameter and then updates all its references in the associated FooterAreaButton to keep the integrity and the association between them.
more - Variable in class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
The "More" button to add to the container when not all of its Component elements fit in one single row.
morePopup - Variable in class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
Pop-up used when the user clicks on the More button.
morePopupPanel - Variable in class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
The JPanel panel inside MenuAreaTabLayout.morePopup that contains the MenuAreaButton buttons that didn't fit in the first row of MenuAreaTabLayout.targetPanel.
MostRecentElementList(int) - Constructor for class unipi.bpm.elm.santeramo.model.EventLogManagerModel.MostRecentElementList
Creates a new MostRecentElementList with the specified maximum capacity.
mousePressed(MouseEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.RecentButtonMouseListener
Invoked when a mouse button has been pressed on a component This method asks the view to shop a pop-up menu connected with the selected JButton, containing a list defined by the passed LinkedList read from the Model and with the passed ActionListener associated with every item in the list.
A B C D E F G H I L M N O P R S T U V W X Z 
Skip navigation links